![]() |
![]() |
![]() |
|
GET DATE$
This command will return the current clock date as a formatted string.
Return String=GET DATE$()
The return value is a string.
The string contains the date in the format MM/DD/YY. MM indicating the current month number 01-12, DD indicating the current date number 01-31 and YY indicating the current year number 00-99.
PRINT GET DATE$()
|